3 lines
193 B
Bash
Executable file
3 lines
193 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PYTHON3_PATH="/home/benson/anaconda3/bin/python" xfce4-terminal --hold -T "Clock" -e 'zsh -c "neofetch; cd ~/workspace/python/pyclock; $PYTHON3_PATH ./pyclock.py -i -f file.json"'
|