adm-ntuh-net/ntuh/cron_hourly.sh

21 lines
240 B
Bash
Raw Normal View History

2024-12-12 02:19:16 +00:00
#!/bin/bash
2024-12-12 09:02:02 +00:00
PATH=$PATH:/usr/local/bin
. /opt/conda/etc/profile.d/conda.sh
conda activate 2023
2024-12-12 02:19:16 +00:00
locale
cd $(dirname $0)
2024-12-12 09:02:02 +00:00
python get_ward.py
# #!/bin/bash
# . /home/ntuh/d18env/bin/activate
# locale
# cd $(dirname $0)
# python getop.py