mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-26 16:24:56 +08:00
4 lines
77 B
Bash
Executable file
4 lines
77 B
Bash
Executable file
#!/usr/bin/env bash
|
|
command=$*
|
|
echo '$' ${command}
|
|
${command} --command bash
|