Chromium Code Reviews| Index: bin/cros-term |
| diff --git a/bin/cros-term b/bin/cros-term |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..bcb39284a86db16c7d873190c1a30a38dc565228 |
| --- /dev/null |
| +++ b/bin/cros-term |
| @@ -0,0 +1,3 @@ |
| +#!/bin/bash |
|
Will Drewry
2010/06/08 15:11:15
Why not just use /bin/sh?
|
| + |
| +exec /usr/bin/aterm -bg black -fg grey +sb |