Download this file
8 lines (6 with data), 196 Bytes
#!/bin/bash
release=`grep -o 'diffdiffer-.*' diffdiffer`
echo $release
ar=$PWD/$release.tar.gz
ln -s "$PWD" /tmp/$release
cd /tmp && tar -chzf $ar diffdiffer-*/{README,diffdiffer} && rm $release
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.