Skip to content

Commit

Permalink
init checker_tool (#1386)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Li <[email protected]>
  • Loading branch information
bitscuit authored Jul 25, 2023
1 parent 19ff856 commit 2cab227
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions checker_tool/check_cpfs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash

# Licensed Materials - Property of IBM
# Copyright IBM Corporation 2023. All Rights Reserved
# US Government Users Restricted Rights -
# Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
# This is an internal component, bundled with an official IBM product.
# Please refer to that particular license for additional information.

function main() {
echo "This is the main function"
}

main "$@"

0 comments on commit 2cab227

Please sign in to comment.