7 lines
84 B
Bash
7 lines
84 B
Bash
|
#!/bin/bash
|
||
|
. ./bashtools.sh
|
||
|
notify "testing, you should see a spinner"
|
||
|
sleep 1
|
||
|
ok
|
||
|
|