Added helper script
This commit is contained in:
22
copy-all-stable.sh
Executable file
22
copy-all-stable.sh
Executable file
@@ -0,0 +1,22 @@
|
|||||||
|
rm -f ~/.local/share/profanity/plugins/*
|
||||||
|
|
||||||
|
cp ascii.py ~/.local/share/profanity/plugins/.
|
||||||
|
cp browser.py ~/.local/share/profanity/plugins/.
|
||||||
|
cp platform-info.py ~/.local/share/profanity/plugins/.
|
||||||
|
cp say.py ~/.local/share/profanity/plugins/.
|
||||||
|
cp whoami.py ~/.local/share/profanity/plugins/.
|
||||||
|
cp tests/python-test.py ~/.local/share/profanity/plugins/.
|
||||||
|
|
||||||
|
cd pid
|
||||||
|
make clean
|
||||||
|
make
|
||||||
|
cp pid.so ~/.local/share/profanity/plugins/.
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
cd tests/test-c-plugin
|
||||||
|
make clean
|
||||||
|
make
|
||||||
|
cp test-c-plugin.so ~/.local/share/profanity/plugins/.
|
||||||
|
cd ../..
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user