mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-06 15:08:21 +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 |