Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BalloonUtility/scripts/balloon.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: run the balloon utility
#
Expand Down
2 changes: 1 addition & 1 deletion CoachView/scripts/coachView.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: launch the coach view
#
Expand Down
2 changes: 1 addition & 1 deletion ContestModel/doc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo 1 - $1
pandoc "$1"/README.md -f gfm -V linkcolor:blue -V geometry:margin=1in -o "$1"/README.pdf
echo 2
2 changes: 1 addition & 1 deletion ContestUtil/scripts/contestUtil.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

libdir=`dirname "$0"`/lib

Expand Down
2 changes: 1 addition & 1 deletion ContestUtil/scripts/eventFeed.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

libdir=`dirname "$0"`/lib

Expand Down
2 changes: 1 addition & 1 deletion ContestUtil/scripts/eventFeedSplitter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

libdir=`dirname "$0"`/lib

Expand Down
2 changes: 1 addition & 1 deletion ContestUtil/scripts/scoreboardUtil.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

libdir=`dirname "$0"`/lib

Expand Down
2 changes: 1 addition & 1 deletion PresAdmin/scripts/presAdmin.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: run a Presentation Admin
#
Expand Down
2 changes: 1 addition & 1 deletion PresContest/scripts/client.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: display presentations controlled by a CDS
#
Expand Down
2 changes: 1 addition & 1 deletion PresContest/scripts/standalone.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: display presentations in standalone mode
#
Expand Down
2 changes: 1 addition & 1 deletion ProblemSet/scripts/problemSet.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: to edit problemset.yaml
#
Expand Down
2 changes: 1 addition & 1 deletion Resolver/scripts/awards.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: to apply awards to an event feed
#
Expand Down
2 changes: 1 addition & 1 deletion Resolver/scripts/resolver.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Purpose: to run a standalone resolver
# or to connect to a CDS and control the resolution
Expand Down