mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-03 05:27:22 +00:00
4 lines
No EOL
81 B
Bash
4 lines
No EOL
81 B
Bash
#!/bin/bash
|
|
if [ -e /usr/local/bin/appflowy ]; then
|
|
rm /usr/local/bin/appflowy
|
|
fi |