Skip to content

Commit

Permalink
restructure samples
Browse files Browse the repository at this point in the history
  • Loading branch information
siakhooi committed Mar 24, 2023
1 parent ba44a3f commit eb17b3c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ cat filename1 | prefix 'prefix'
cat filename1 | suffix 'suffix'
```

## Sample

![sample](sample.gif "Sample")
👉Visit [Screenshots](screenshots/Screenshots.md) of each commands.

## Quick Start

Expand Down
3 changes: 3 additions & 0 deletions screenshots/Screenshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Screenshots

![sample](sample.gif "Sample")
File renamed without changes
5 changes: 5 additions & 0 deletions screenshots_src/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
script:
cat /etc/lsb-release
cat /etc/lsb-release | prefix ' >>>>> '
cat /etc/lsb-release | suffix ' >>>>> '
cat /etc/lsb-release | indent ' >>>>> '
File renamed without changes.

0 comments on commit eb17b3c

Please sign in to comment.