summaryrefslogblamecommitdiff
path: root/.ci/run.sh
blob: 1c2a6a4c55187db1b5388a277d75dd486d5d3528 (plain) (tree)
1
2
3
4
5


           
            
     
#!/bin/bash

cd scripts
$* || exit 1
cd ..