diff options
author | Prabhu Ramachandran | 2016-09-21 17:48:06 +0530 |
---|---|---|
committer | GitHub | 2016-09-21 17:48:06 +0530 |
commit | 4f384f81cbde58f5eaa616dce85f1e4d60ea2c66 (patch) | |
tree | 42f7c05744a87ad615d801324113472aaeb72492 /yaksh/bash_files/sample2.sh | |
parent | f78647307f2e5f858d1c1f74507a8626ec117223 (diff) | |
parent | e1811e3560742a4070f3e92e059a7cd1c50f1f36 (diff) | |
download | online_test-4f384f81cbde58f5eaa616dce85f1e4d60ea2c66.tar.gz online_test-4f384f81cbde58f5eaa616dce85f1e4d60ea2c66.tar.bz2 online_test-4f384f81cbde58f5eaa616dce85f1e4d60ea2c66.zip |
Merge pull request #127 from adityacp/create_course_fixtures
Create course fixtures
Diffstat (limited to 'yaksh/bash_files/sample2.sh')
-rwxr-xr-x | yaksh/bash_files/sample2.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/bash_files/sample2.sh b/yaksh/bash_files/sample2.sh new file mode 100755 index 0000000..5dc55b8 --- /dev/null +++ b/yaksh/bash_files/sample2.sh @@ -0,0 +1,2 @@ +#!/bin/bash +cat $1 | cut -d: -f2 | paste -d: $3 - $2 |