6 lines
71 B
Bash
6 lines
71 B
Bash
#!/bin/bash
|
|
|
|
install_simplenote() {
|
|
sudo snap install simplenote
|
|
}
|