Add g! g# g@ g^ g+ g=

This commit is contained in:
Will Hilton 2016-02-08 14:47:47 -05:00
parent b30dff1c80
commit e8609419d9
6 changed files with 12 additions and 0 deletions

2
bin/g! Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
g ! "$@"

2
bin/g# Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
g # "$@"

2
bin/g+ Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
g + "$@"

2
bin/g= Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
g = "$@"

2
bin/g@ Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
g @ "$@"

2
bin/g^ Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
g ^ "$@"