Friday, March 16, 2007

first shell script.

This is one of my first shell-scripts i wrote myself back in 1999/

echo Enter zouz to list his information
echo Otherwise you wont see anything and you will exit this program!
echo -n "Please enter option: "
read choice
if [ "$choice" = zouz ]
then
finger zouz
else
exit -1
fi

echo bye mate

No comments:

How Johnny Can Persuade LLMs to Jailbreak Them: Rethinking Persuasion to Challenge AI Safety by Humanizing LLMs

  This project is about how to systematically persuade LLMs to jailbreak them. The well-known ...