Лаб2: додав use-case-файли #26

Merged
hasslesstech merged 4 commits from shmuliar-use-case into master 2024-04-14 18:46:07 +03:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit f2751a8604 - Show all commits

View File

@ -0,0 +1,5 @@
#!/bin/sh
grep -E '\|\ [0-9]{3}\.[0-9]{3}' use-cases/*.uc \
| cut -d '|' -f 2 \
| sort | uniq -c

View File

@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p tables/
./convert.py use-cases/* -nv -d tables/