Skip to content

Commit

Permalink
Keeping symlinks and moving common dir into var/
Browse files Browse the repository at this point in the history
  • Loading branch information
jarv authored and parththaker committed Feb 12, 2017
1 parent 85b2f44 commit 419b7b2
Show file tree
Hide file tree
Showing 33 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
test: docker
./bin/test_challenges
docker: gen_readme
tar -hczf var.tar.gz var/
tar -czf var.tar.gz var/
docker build -t cmdline .
rm -f var.tar.gz
docker save cmdline > img.tar
Expand Down
6 changes: 3 additions & 3 deletions challenges.yaml
Expand Up @@ -47,7 +47,7 @@
lines:
- 'README'
- slug: list_files_adv
version: 1
version: 2
author: gitunique
description: |
List all of the files in the current directory, display a slash (`/') immediately after
Expand All @@ -65,13 +65,13 @@
- 'README'
- 'normal-file.dat'
- 'runthis.sh*'
- 'symlink-file.dat'
- 'symlink-file.dat@'
- slug: nested_dirs
version: 1
author: gitunique
description: |
There is a file:
./.../ /. /the flag.txt
./.../ /. .the flag.txt
Show its contents on the screen.
example: cat ./.../\ \ /.\ .the\ flag.txt
expected_output:
Expand Down
2 changes: 1 addition & 1 deletion var/challenges/count_files/access.log
2 changes: 1 addition & 1 deletion var/challenges/count_string_in_line/access.log
2 changes: 1 addition & 1 deletion var/challenges/delete_files/var/log/httpd/access.log
2 changes: 1 addition & 1 deletion var/challenges/delete_files/var/log/httpd/access.log.1
2 changes: 1 addition & 1 deletion var/challenges/delete_files/var/log/httpd/access.log.2
2 changes: 1 addition & 1 deletion var/challenges/find_string_in_a_file/access.log
2 changes: 1 addition & 1 deletion var/challenges/last_lines/access.log
2 changes: 1 addition & 1 deletion var/challenges/nested_dirs/README
Expand Up @@ -2,6 +2,6 @@
# ***********

# There is a file:
# ./.../ /. /the flag.txt
# ./.../ /. .the flag.txt
# Show its contents on the screen.
#
2 changes: 1 addition & 1 deletion var/challenges/print_file_contents/access.log
2 changes: 1 addition & 1 deletion var/challenges/print_nth_line/faces.txt
2 changes: 1 addition & 1 deletion var/challenges/remove_duplicate_lines/faces.txt
2 changes: 1 addition & 1 deletion var/challenges/search_for_files_by_extension/access.log
2 changes: 1 addition & 1 deletion var/challenges/search_for_files_by_extension/access.log.1
2 changes: 1 addition & 1 deletion var/challenges/search_for_files_by_extension/access.log.2
2 changes: 1 addition & 1 deletion var/challenges/simple_sort/access.log
2 changes: 1 addition & 1 deletion var/challenges/split_on_a_char/split-me.txt
2 changes: 1 addition & 1 deletion var/challenges/sum_all_numbers/sum-me.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 419b7b2

Please sign in to comment.