aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/wakeup.sh
blob: 545511b6bbd6782a6c3577290b8a1676156803f4 (plain)
1
2
3
4
5
#! /bin/bash

date +%s >~/.wakeup

find $SETTING_DIR/bin -executable | while read file; do ln -sf $file ~/bin/; done