forked from sh-edraft.de/sh_linux_installation_scripts
7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/bash
|
|
|
|
install_simplenote() {
|
|
echo "Installing Simplenote"
|
|
sudo snap install simplenote
|
|
}
|