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