7 lines
111 B
Plaintext
Executable file
7 lines
111 B
Plaintext
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash ../shell.nix
|
|
|
|
echo "restoring stashed changes"
|
|
|
|
git stash pop -q
|