dotfiles: leviathan: arch-openbox-20231010
This commit is contained in:
5
.local/bin/gitam
Executable file
5
.local/bin/gitam
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for l in $@; do
|
||||
curl $l.patch | git am -3
|
||||
done
|
Reference in New Issue
Block a user