dotfiles/bin/autostart.sh
2020-12-31 11:53:28 +03:00

5 lines
130 B
Bash
Executable file

hostname=$(hostname)
if [ "$hostname" = "pdsk" ] ; then
bash "$HOME/bin/bukuserver.sh" &
bash "$HOME/bin/tabliss.sh" &
fi