6 lines
76 B
Bash
6 lines
76 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p bash unzip
|
||
|
|
||
|
unzip flag.png
|
||
|
|