Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
#!/bin/bash
#===============================================================================
#
#          FILE:  readme.sh
#
#         USAGE:  ./scripts/readme.sh
#   DESCRIPTION:  ---
#
#       OPTIONS:  ---
#
#  REQUIREMENTS:  - python
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR:  Emerson Rocha <rocha[at]ieee.org>
#       COMPANY:  EticaAI
#       LICENSE:  Public Domain dedication
#                 SPDX-License-Identifier: Unlicense
#       VERSION:  v1.0
#       CREATED:  2022-11-15 10:10 UTC
#      REVISION:  ---
#===============================================================================
set -e

echo "cat playbook.sh"
echo "exiting..."
echo 1

#### run wikibase-wiki-dump-items.sh ___________________________________________

# ...