mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
5 lines
130 B
Bash
Executable file
5 lines
130 B
Bash
Executable file
hostname=$(hostname)
|
|
if [ "$hostname" = "pdsk" ] ; then
|
|
bash "$HOME/bin/bukuserver.sh" &
|
|
bash "$HOME/bin/tabliss.sh" &
|
|
fi
|