Codebase list clitest / 907e3624-ea26-4372-b4d3-22d81a63bf80/main examples / intro.txt
907e3624-ea26-4372-b4d3-22d81a63bf80/main

Tree @907e3624-ea26-4372-b4d3-22d81a63bf80/main (Download .tar.gz)

intro.txt @907e3624-ea26-4372-b4d3-22d81a63bf80/mainraw · history · blame

1
2
3
4
5
6
7
$ echo "Hello World"
Hello World
$ cd /tmp
$ pwd
/tmp
$ cd "$OLDPWD"
$