mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
6 lines
74 B
Text
6 lines
74 B
Text
|
% first cheat
|
||
|
|
||
|
# print something
|
||
|
echo "My name is <name>!"
|
||
|
|
||
|
$ name: whoami
|