whoami test

This commit is contained in:
2023-03-09 00:45:39 -05:00
parent dedc982a2b
commit 7cda6e71b3

View File

@@ -118,6 +118,8 @@
runCommandHook = {
newalan = pkgs.writeScript "run-me" ''
#!${pkgs.runtimeShell}
whoami
cd
ls
'';
};