Add g! g# g@ g^ g+ g=
This commit is contained in:
parent
b30dff1c80
commit
e8609419d9
6 changed files with 12 additions and 0 deletions
2
bin/g!
Normal file
2
bin/g!
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
g ! "$@"
|
||||
2
bin/g#
Normal file
2
bin/g#
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
g # "$@"
|
||||
2
bin/g+
Normal file
2
bin/g+
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
g + "$@"
|
||||
2
bin/g=
Normal file
2
bin/g=
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
g = "$@"
|
||||
2
bin/g@
Normal file
2
bin/g@
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
g @ "$@"
|
||||
2
bin/g^
Normal file
2
bin/g^
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
g ^ "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue