7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Rebuild and switch the environment if successful
|
|
git add .
|
|
./fmt
|
|
nh os switch .
|