Skip to content

Commit

Permalink
autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
stacktrack committed Apr 28, 2016
1 parent bd6ed7d commit 4c64f8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion json/createjs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash
(
cd json
echo 'var syscalls = ['
ls | grep race | while read line
do
syscall=$(echo $line | cut -f2- -d_ | cut -f1 -d- | sed -e 's/_callees//g')
echo "['$syscall','$line'],"
done

echo '];'
echo '];') > /var/www/html/stacktrack.github.com/js/traces.js

0 comments on commit 4c64f8a

Please sign in to comment.