mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated for gen script
This commit is contained in:
parent
9346e8fc5f
commit
62c9b84a1b
1 changed files with 7 additions and 1 deletions
|
@ -600,7 +600,13 @@ class UpdateRepository(Configs):
|
|||
self.session.commit()
|
||||
|
||||
def gen_sbo_script(self):
|
||||
"""for i in */*; do
|
||||
"""#!/bin/bash
|
||||
|
||||
# gen_sbo_txt.sh is a script to build a SLACKBUILDS.TXT file.
|
||||
# Thanks to bassmadrigal from LQ forum.
|
||||
# https://www.linuxquestions.org/questions/slackware-14/script-for-building-a-slackbuilds-txt-4175598436/
|
||||
|
||||
for i in */*; do
|
||||
|
||||
NAME=$(echo $i | cut -d "/" -f2)
|
||||
FILES=$(ls $i)
|
||||
|
|
Loading…
Add table
Reference in a new issue