mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-13 22:11:13 +08:00
initial commit
This commit is contained in:
parent
cd51cfd3d2
commit
d83e18d5e8
1 changed files with 4 additions and 0 deletions
4
start-shell
Executable file
4
start-shell
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
command=$*
|
||||
echo '$' ${command}
|
||||
${command} --command bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue