File tree Expand file tree Collapse file tree 8 files changed +86
-1
lines changed
Expand file tree Collapse file tree 8 files changed +86
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ __pycache__/
1111arm_test /
1212buck-out /
1313buck2-bin /
14- build /
14+ # build/
1515cmake-android-out /
1616cmake-ios-out /
1717cmake-out *
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
7+
8+ set -eu
9+
10+ current_file=$( basename " $0 " )
11+ echo -e " \033[31m[error] $0 has moved to:\033[0m scripts/${current_file} "
12+ exit 1
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
7+
8+ set -eu
9+
10+ current_file=$( basename " $0 " )
11+ echo -e " \033[31m[error] $0 has moved to:\033[0m scripts/${current_file} "
12+ exit 1
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
7+
8+ set -eu
9+
10+ current_file=$( basename " $0 " )
11+ echo -e " \033[31m[error] $0 has moved to:\033[0m scripts/${current_file} "
12+ exit 1
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
7+
8+ set -eu
9+
10+ current_file=$( basename " $0 " )
11+ echo -e " \033[31m[error] $0 has moved to:\033[0m scripts/${current_file} "
12+ exit 1
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
7+
8+ import os
9+ import sys
10+
11+ current_file = os .path .basename (__file__ )
12+ print (f"\033 [31m[error] build/{ current_file } has moved to:\033 [0m scripts/{ current_file } " )
13+ sys .exit (1 )
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
7+
8+ set -eu
9+
10+ current_file=$( basename " $0 " )
11+ echo -e " \033[31m[error] $0 has moved to:\033[0m scripts/${current_file} "
12+ exit 1
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
7+
8+ set -eu
9+
10+ current_file=$( basename " $0 " )
11+ echo -e " \033[31m[error] $0 has moved to:\033[0m scripts/${current_file} "
12+ exit 1
You can’t perform that action at this time.
0 commit comments