Skip to content
Snippets Groups Projects
Commit 374c018e authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

new clis

parent 539e4025
No related branches found
No related tags found
No related merge requests found
Showing
with 26 additions and 4 deletions
Revision: 8306 Revision: 9938
June 28 2011 - 2001 January 17 2012 - 2002
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Revision: 9938
January 17 2012 - 1948
\ No newline at end of file
File added
File added
File added
File added
#!/bin/bash
PROBCOMMAND=probcli
INTERRUPT_COMMAND=send_user_interrupt
# Shell wrapper for PROBCOMMAND
echo "Running ProB Command-line Interface"
echo "$PROBCOMMAND" "$@"
# dirname
dirname=`dirname "$0"`
ulimit -d unlimited
chmod a+x "$dirname/$PROBCOMMAND"
chmod a+x "$dirname/$INTERRUPT_COMMAND"
exec "$dirname/$PROBCOMMAND" "$@"
File added
Revision: 8306 Revision: 9938
June 28 2011 - 2002 January 17 2012 - 2002
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File mode changed from 100755 to 100644
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment