github-fast-envd/ghe-fast-tools/bin/ghe-fast-console

5 lines
141 B
Plaintext
Raw Normal View History

2020-05-26 04:53:43 +02:00
#!/usr/bin/env bash
2020-05-27 21:04:19 +02:00
stty raw -echo -icanon isig
2020-05-26 04:53:43 +02:00
/usr/bin/github-fast-env --interactive /usr/lib/ghe-fast-tools/ghe-fast-console.rb
2020-05-27 21:04:19 +02:00
stty sane