Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
alkostuchkov
/
dotfiles
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
78631390f5
Branches
Tags
desktop
dotfiles
/
.myScripts
/
kill_itself.sh
kill_itself.sh
67 B
Historique
Raw
1
2
3
4
5
6
7
#!/bin/bash
echo "Starting... $$"
kill -9 $$
echo "Ending... $$"