This commit is contained in:
b11ng0
2025-03-05 14:34:50 +00:00
commit aed56a0c40
69 changed files with 478 additions and 0 deletions

0
deb-project/my1/first Normal file
View File

View File

View File

View File

0
deb-project/my2/eight.vb Normal file
View File

0
deb-project/my2/nine.cs Normal file
View File

View File

0
deb-project/my2/ten Normal file
View File

BIN
deb-project/package.deb Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
Package: pischulin
Version: 1.0
Section: base
Priority: optional
Architecture: all
Maintainer: artyom.pischulin@gmail.com
Description: This package contains a script to show same and different files in 2 directories named "my1" and "my2".

View File

@ -0,0 +1,3 @@
#!/bin/bash
diff -rs my1 my2