geek rescue kit Code
Brought to you by:
ctaf
#!/bin/sh ## ct-socks for ct-socks in /home/ctaf/.ctafconf/bin ## ## Made by GESTES Cedric ## Login <ctaf@epita.fr> ## ## Started on Thu Sep 29 05:11:52 2005 GESTES Cedric ## Last update Tue Oct 4 15:08:18 2005 GESTES Cedric ## echo "This program set your socks password" echo "He write it in CLEAR in ~/.socks" echo "socks server varenv could be configured in ~/.ctafconf/etc/zsh/zshenv" te=$( cat ~/.socks 2>/dev/null) echo -n "pleaze enter your socks password [$te]:" read pwdso echo $pwdso >~/.socks echo "Changing permission for ~/.socks : 600" chmod 600 ~/.socks