summaryrefslogtreecommitdiff
path: root/.ci/run.sh
blob: 1c2a6a4c55187db1b5388a277d75dd486d5d3528 (plain) (blame)
1
2
3
4
5
#!/bin/bash

cd scripts
$* || exit 1
cd ..