8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPTPATH="$( cd "$(dirname "$0")" || return ; pwd -P )"
|
|
|
|
pkill firefox
|
|
pkill dino
|
|
|