mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-27 00:34:58 +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
|