Skip to content

Commit

Permalink
Info
Browse files Browse the repository at this point in the history
  • Loading branch information
LMS235 committed Oct 17, 2019
1 parent c121ee1 commit da51f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion script/sap_export_tables.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
# SAP Table EXP/IMP for SystemCopy (c) Florian Lamml 2015
# SAP Table EXP/IMP for SystemCopy (c) Florian Lamml 2019
# www.florian-lamml.de
# Version 1.0 - Initial Release
# Version 1.1 - Client Config

# set config file and delete old one
export selectedtablesforexport=$EXPIMPLOC/selected_tables_for_export.conf
Expand Down
3 changes: 2 additions & 1 deletion script/sap_import_tables.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
# SAP Table EXP/IMP for SystemCopy (c) Florian Lamml 2015
# SAP Table EXP/IMP for SystemCopy (c) Florian Lamml 2019
# www.florian-lamml.de
# Version 1.0 - Initial Release
# Version 1.1 - Client Config

# set config file and delete old one
export exportedtables=$EXPIMPLOC/exported_tables.conf
Expand Down

0 comments on commit da51f87

Please sign in to comment.