8 lines
81 B
Bash
Executable file
8 lines
81 B
Bash
Executable file
#!/bin/zsh
|
|
|
|
cd ~/cower
|
|
rm -rf $1
|
|
cower -d $1
|
|
cd $1
|
|
$EDITOR PKGBUILD
|
|
makepkg -isc
|