6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
unset GIT_DIR
|
||
|
penchant gemfile remote --switch-back
|
||
|
|