mirror of
https://github.com/hohn/codeql-javascript-multiflow.git
synced 2025-12-16 20:03:04 +01:00
Add session snapshot scripts
This commit is contained in:
committed by
=Michael Hohn
parent
8ac0490289
commit
5b294a18c8
15
cruft/snapshot-setup
Executable file
15
cruft/snapshot-setup
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
usage="Set up the test / solution directories and a blank session
|
||||
|
||||
Usage:
|
||||
$0
|
||||
"
|
||||
if [ $# -ne 0 ]
|
||||
then
|
||||
echo "$usage"
|
||||
exit 1
|
||||
fi
|
||||
mkdir -p tests
|
||||
mkdir -p solutions
|
||||
echo 'import javascript' > session.ql
|
||||
|
||||
Reference in New Issue
Block a user