mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 08:16:19 -04:00
6 lines
125 B
Bash
6 lines
125 B
Bash
![]() |
#!/bin/bash
|
||
|
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
|
||
|
|
||
|
cd "$parent_path" || exit
|
||
|
|
||
|
./pairdrop "$@"
|