4 lines
164 B
Bash
Executable File
4 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
# Get this script directory
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
cp -r $DIR/* /usr/share/nwg-launchers/nwgbar/images |